Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating usb crates #469

Merged
merged 4 commits into from
Nov 21, 2023
Merged

Conversation

ryan-summers
Copy link
Member

This PR updates the various usb-* crates, which just got updated releases last week.

@@ -50,8 +50,8 @@ impl USB1 {
usb_global: stm32::OTG1_HS_GLOBAL,
usb_device: stm32::OTG1_HS_DEVICE,
usb_pwrclk: stm32::OTG1_HS_PWRCLK,
_pin_dm: gpio::PA11<Analog>,
_pin_dp: gpio::PA12<Analog>,
_pin_dm: gpio::PA11<crate::gpio::Analog>,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is because clippy was throwing annoying warnings when the features weren't enabled about an unused Analog import

Copy link
Member

@richardeoin richardeoin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really awesome work on usb-device upstream, thanks @ryan-summers !

I re-tested the usb_serial and usb_rtic examples on a NUCLEO-H7A3ZI-Q and they worked correctly.

@richardeoin richardeoin added this pull request to the merge queue Nov 21, 2023
Merged via the queue into stm32-rs:master with commit a5fde4b Nov 21, 2023
22 checks passed
@jordens jordens deleted the feature/usb-updates branch November 24, 2023 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants